hash/crc32.digest.AppendBinary (method, view implemented interface methods)

2 uses

	hash/crc32 (current package)
		crc32.go#L171: func (d *digest) AppendBinary(b []byte) ([]byte, error) {
		crc32.go#L179: 	return d.AppendBinary(make([]byte, 0, marshaledSize))